background image opacity css

40

#bg{
background-image: url('images/wood1.jpg');
opacity:0.2;
width:300px;
height:300px;
}
body { 
  background-color: transparent;
}

Comments

Submit
0 Comments